/ Assembly List / LJCNetCommon / NetCommon / GetDateTime

Namespace - LJCNetCommon


Parameters
value - The value object.

Returns

The DateTime value or null if the object is null. Also returns null if the object is not type "DateTime".

Syntax

C#
public static Nullable`1 GetDateTime(Object value)

Gets a DateTime value from an object.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.